home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / povcad40 / polycolr.inc < prev    next >
Text File  |  1994-09-18  |  3KB  |  77 lines

  1. // This file contains custom colors for use in Polyray.
  2. // Many pre-defined colors for use in scene files.
  3.  
  4. /*******************************************************************
  5.   Colors from the Persistence of Vision ray tracer converted for 
  6.   Polyray (from POV's COLORS.INC) by Rob McGregor
  7. ********************************************************************/
  8.  
  9. // These grays are useful for fine-tuning lighting color values
  10. // and for other areas where subtle variations of grays are needed.
  11. static define Gray05 <0.05, 0.05, 0.05>
  12. static define Gray10 <0.10, 0.10, 0.10>
  13. static define Gray15 <0.15, 0.15, 0.15>
  14. static define Gray20 <0.20, 0.20, 0.20>
  15. static define Gray25 <0.25, 0.25, 0.25>
  16. static define Gray30 <0.30, 0.30, 0.30>
  17. static define Gray35 <0.35, 0.35, 0.35>
  18. static define Gray40 <0.40, 0.40, 0.40>
  19. static define Gray45 <0.45, 0.45, 0.45>
  20. static define Gray50 <0.50, 0.50, 0.50>
  21. static define Gray55 <0.55, 0.55, 0.55>
  22. static define Gray60 <0.60, 0.60, 0.60>
  23. static define Gray65 <0.65, 0.65, 0.65>
  24. static define Gray70 <0.70, 0.70, 0.70>
  25. static define Gray75 <0.75, 0.75, 0.75>
  26. static define Gray80 <0.80, 0.80, 0.80>
  27. static define Gray85 <0.85, 0.85, 0.85>
  28. static define Gray90 <0.90, 0.90, 0.90>
  29. static define Gray95 <0.95, 0.95, 0.95>
  30.  
  31. static define DimGray <0.329412, 0.329412, 0.329412>
  32. static define Gray <0.752941, 0.752941, 0.752941>
  33. static define LightGray <0.658824, 0.658824, 0.658824>
  34. static define VLightGrey <0.80, 0.80, 0.80>
  35.  
  36. static define BakersChoc <0.36, 0.20, 0.09>
  37. static define Brass <0.71, 0.65, 0.26>
  38. static define BrightGold <0.85, 0.85, 0.10>
  39. static define Bronze <0.55, 0.47, 0.14>
  40. static define Bronze2 <0.65, 0.49, 0.24>
  41. static define CoolCopper <0.85, 0.53, 0.10>
  42. static define Copper <0.72, 0.45, 0.20>
  43. static define DarkBrown <0.36, 0.25, 0.20>
  44. static define DarkPurple <0.53, 0.12, 0.47>
  45. static define DarkTan <0.59, 0.41, 0.31>
  46. static define DarkWood <0.52, 0.37, 0.26>
  47. static define DkGreenCopper <0.29, 0.46, 0.43>
  48. static define DustyRose <0.52, 0.39, 0.39>
  49. static define Feldspar <0.82, 0.57, 0.46>
  50. static define Flesh <0.96, 0.80, 0.69>
  51. static define GreenCopper <0.32, 0.49, 0.46>
  52. static define HuntersGreen <0.13, 0.37, 0.31>
  53. static define LightWood <0.91, 0.76, 0.65>
  54. static define MandarinOrange <0.89, 0.47, 0.20>
  55. static define MediumWood <0.65, 0.50, 0.39>
  56. static define Mica Black
  57. static define NeonBlue <0.30, 0.30, 1.00>
  58. static define NeonPink <1.00, 0.43, 0.78>
  59. static define NewMidnightBlue <0.00, 0.00, 0.61>
  60. static define NewTan <0.92, 0.78, 0.62>
  61. static define OldGold <0.81, 0.71, 0.23>
  62. static define Quartz <0.85, 0.85, 0.95>
  63. static define RichBlue <0.35, 0.35, 0.67>
  64. static define Scarlet <0.55, 0.09, 0.09>
  65. static define SemiSweetChoc <0.42, 0.26, 0.15>
  66. static define Silver <0.90, 0.91, 0.98>
  67. static define SpicyPink <1.00, 0.11, 0.68>
  68. static define SummerSky <0.22, 0.69, 0.87>
  69. static define VeryDarkBrown <0.35, 0.16, 0.14>
  70.  
  71. /***************************************************************
  72.   Custom Colors created with the POVCAD Color Generator
  73. ***************************************************************/
  74.  
  75. // POVCAD Custom Color
  76. define Heiny_Green <0.0, 0.549, 0.294>
  77.